type net/http.http2priorityNode
23 uses
net/http (current package)
h2_bundle.go#L10931: nodes: make(map[uint32]*http2priorityNode),
h2_bundle.go#L10956: type http2priorityNode struct {
h2_bundle.go#L10965: parent *http2priorityNode
h2_bundle.go#L10966: kids *http2priorityNode // start of the kids list
h2_bundle.go#L10967: prev, next *http2priorityNode // doubly-linked list of siblings
h2_bundle.go#L10970: func (n *http2priorityNode) setParent(parent *http2priorityNode) {
h2_bundle.go#L11005: func (n *http2priorityNode) addBytes(b int64) {
h2_bundle.go#L11018: func (n *http2priorityNode) walkReadyInOrder(openParent bool, tmp *[]*http2priorityNode, f func(*http2priorityNode, bool) bool) bool {
h2_bundle.go#L11071: type http2sortPriorityNodeSiblings []*http2priorityNode
h2_bundle.go#L11094: root http2priorityNode
h2_bundle.go#L11097: nodes map[uint32]*http2priorityNode
h2_bundle.go#L11105: closedNodes, idleNodes []*http2priorityNode
h2_bundle.go#L11114: tmp []*http2priorityNode
h2_bundle.go#L11138: n := &http2priorityNode{
h2_bundle.go#L11190: n = &http2priorityNode{
h2_bundle.go#L11248: var n *http2priorityNode
h2_bundle.go#L11268: ws.root.walkReadyInOrder(false, &ws.tmp, func(n *http2priorityNode, openParent bool) bool {
h2_bundle.go#L11294: func (ws *http2priorityWriteScheduler) addClosedOrIdleNode(list *[]*http2priorityNode, maxSize int, n *http2priorityNode) {
h2_bundle.go#L11308: func (ws *http2priorityWriteScheduler) removeNode(n *http2priorityNode) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |